Description
Resumes a route instance on a given node. When a parameter is not specified, it will be fetched from the current context if the operation is executed in the context of a running workflow (it applies to the current workflow and to the current node).
Operation id | Workflow.ResumeNode |
Aliases | Workflow.ResumeNodeOperation
|
Category | Workflow Context |
Label | Resume workflow |
Requires | Workflow |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Workflow.ResumeNode",
"aliases" : [ "Workflow.ResumeNodeOperation" ],
"label" : "Resume workflow",
"category" : "Workflow Context",
"requires" : "Workflow",
"description" : "Resumes a route instance on a given node. When a parameter is not specified, it will be fetched from the current context if the operation is executed in the context of a running workflow (it applies to the current workflow and to the current node).",
"url" : "Workflow.ResumeNode",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "nodeId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "workflowInstanceId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}